RegionLogType
The type of a region log, used to describe what happened in the region.
It can be any of the following strings: "HyperDrive is warping to"
, "Aliens were spawned from an obelisk located at"
, "Spawned"
, "Death"
, "ExitRegion"
, "Poison"
, "Irradiated"
, "Suffocating"
, "Freezing"
, "Melting"
.
Luau Type
This is the luau type for RegionLogType
. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).
export type RegionLogType = "HyperDrive is warping to" | "Aliens were spawned from an obelisk located at" | "Spawned" | "Death" | "ExitRegion" | "Poison" | "Irradiated" | "Suffocating" | "Freezing" | "Melting"